home *** CD-ROM | disk | FTP | other *** search
- echo off
- CLS
- if exist PROGX.EXE erase *.exe >nul
- if exist HELP.BIN erase *.bin >nul
- if exist CONFIG.INF erase CONFIG.inf >nul
- if exist R3PASS.inf erase R3PASS.inf >nul
- if exist CONFIG.BAK copy CONFIG.BAK CONFIG.INF >nul
- REM ------------ load first set of code files ----------------
- :back1
- if exist %1:R3CODE1.exe goto gotdisk1
- echo .
- echo Insert disk 1 in drive %1
- pause
- GOTO back1
- :gotdisk1
- copy %1:*.c?? >nul
- Echo Extracting files using LHA's SFX 2.13S (c) Yoshi 1991
- %1:R3CODE1 <%1:rsp.rsp >nul
- REM ------------ load second set of code files ----------------
- :back2
- if exist %1:R3CODE2.exe goto gotdisk2
- echo .
- echo Insert disk 2 in drive %1
- pause
- GOTO back2
- :gotdisk2
- Echo Extracting files using LHA's SFX 2.13S (c) Yoshi 1991
- %1:R3CODE2 <%1:rsp.rsp >nul
- REM ------------ load third set of code files ----------------
- :back3
- if exist %1:R3CODE3.exe goto gotdisk3
- echo .
- if exist %1:R3CODE1.exe echo Insert disk 2 in drive %1
- if not exist %1:R3CODE1.exe echo Insert disk 3 in drive %1
- pause
- GOTO back3
- :gotdisk3
- Echo Extracting files using LHA's SFX 2.13S (c) Yoshi 1991
- %1:R3CODE3 <%1:rsp.rsp >nul
- %1:R3DEMO <%1:rsp.rsp >nul
- rename *.c?k fntkey.bin
- if exist %1:EURO.DAT copy %1:EURO.DAT
- rem copy %1:\r3demo\*.* >nul
- cd\R3DEMO\data
- %1:R3DATA1 <%1:rsp.rsp >nul
- rem copy %1:\r3demo\data\*.* >nul
- REM erase unneeded files
- if exist pass.inf erase pass.inf
- erase y.rsp >nul
- cd..
- rem if exist config.inf erase config.inf
- cls
- echo ...
- echo Installation complete
- demo
-